Degree Distribution
   HOME

TheInfoList



OR:

In the study of graphs and networks, the degree of a node in a network is the number of connections it has to other nodes and the degree distribution is the
probability distribution In probability theory and statistics, a probability distribution is the mathematical function that gives the probabilities of occurrence of different possible outcomes for an experiment. It is a mathematical description of a random phenomenon i ...
of these degrees over the whole network.


Definition

The degree of a node in a network (sometimes referred to incorrectly as the connectivity) is the number of connections or
edges Edge or EDGE may refer to: Technology Computing * Edge computing, a network load-balancing system * Edge device, an entry point to a computer network * Adobe Edge, a graphical development application * Microsoft Edge, a web browser developed by ...
the node has to other nodes. If a network is directed, meaning that edges point in one direction from one node to another node, then nodes have two different degrees, the in-degree, which is the number of incoming edges, and the out-degree, which is the number of outgoing edges. The degree distribution ''P''(''k'') of a network is then defined to be the fraction of nodes in the network with degree ''k''. Thus if there are ''n'' nodes in total in a network and ''n''''k'' of them have degree ''k'', we have P(k) = \frac. The same information is also sometimes presented in the form of a ''cumulative degree distribution'', the fraction of nodes with degree smaller than ''k'', or even the ''complementary cumulative degree distribution'', the fraction of nodes with degree greater than or equal to ''k'' (1 - ''C'') if one considers ''C'' as the ''cumulative degree distribution''; i.e. the complement of ''C''.


Observed degree distributions

The degree distribution is very important in studying both real networks, such as the Internet and social networks, and theoretical networks. The simplest network model, for example, the (Erdős–Rényi model) random graph, in which each of ''n'' nodes is independently connected (or not) with probability ''p'' (or 1 − ''p''), has a
binomial distribution In probability theory and statistics, the binomial distribution with parameters ''n'' and ''p'' is the discrete probability distribution of the number of successes in a sequence of ''n'' independent experiments, each asking a yes–no quest ...
of degrees ''k'': : P(k) = p^k (1 - p)^, (or Poisson in the limit of large ''n'', if the average degree \langle k\rangle=p(n-1) is held fixed). Most networks in the real world, however, have degree distributions very different from this. Most are highly right-skewed, meaning that a large majority of nodes have low degree but a small number, known as "hubs", have high degree. Some networks, notably the Internet, the World Wide Web, and some social networks were argued to have degree distributions that approximately follow a
power law In statistics, a power law is a Function (mathematics), functional relationship between two quantities, where a Relative change and difference, relative change in one quantity results in a proportional relative change in the other quantity, inde ...
: P(k)\sim k^ , where ''γ'' is a constant. Such networks are called scale-free networks and have attracted particular attention for their structural and dynamical properties. However, a survey of a wide range of real world networks suggests that scale-free networks are rare when assessed using statistically rigorous measures. Some researchers have disputed these findings arguing that the definitions used in the study are inappropriately strict, while others have argued that the precise functional form of the degree distribution is less important than knowing whether the degree distribution is fat-tailed or not. The over-interpretation of specific forms of the degree distribution has also been criticised for failing to consider how networks may evolve over time.


Excess degree distribution

Excess degree distribution is the probability distribution, for a node reached by following an edge, of the number of other edges attached to that node. In other words, it is the distribution of outgoing links from a node reached by following a link. Suppose a network has a degree distribution P(k) , by selecting one node (randomly or not) and going to one of its neighbors (assuming to have one neighbor at least), then the probability of that node to have k neighbors is not given by P(k) . The reason is that, whenever some node is selected in a heterogeneous network, it is more probable to reach the hubs by following one of the existing neighbors of that node. The true probability of such nodes to have degree k is q(k) which is called the ''excess degree'' of that node. In the
configuration model In network science, the configuration model is a method for generating random networks from a given degree sequence. It is widely used as a reference model for real-life social networks, because it allows the modeler to incorporate arbitrary de ...
, which correlations between the nodes have been ignored and every node is assumed to be connected to any other nodes in the network with the same probability, the excess degree distribution can be found as: q(k) = \fracP(k+1), where is the mean-degree (average degree) of the model. It follows to that fact that the average degree of the neighbor of any node is greater than the average degree of that node. In social networks, it mean that your friends, on average, have more friends than you. This is famous as the
friendship paradox The friendship paradox is the phenomenon first observed by the sociologist Scott L. Feld in 1991 that most people have fewer friends than their friends have, on average. It can be explained as a form of sampling bias in which people with more frie ...
. It can be shown that a network can have a
giant component In network theory, a giant component is a connected component of a given random graph that contains a finite fraction of the entire graph's vertices. Giant component in Erdős–Rényi model Giant components are a prominent feature of the Erdő ...
, if its average excess degree is larger than one: \sum_k kq(k) > 1 \Rightarrow / - 1 >1 \Rightarrow -2>0 Bear in mind that the last two equations are just for the
configuration model In network science, the configuration model is a method for generating random networks from a given degree sequence. It is widely used as a reference model for real-life social networks, because it allows the modeler to incorporate arbitrary de ...
and to derive the excess degree distribution of a real-word network, we should also add degree correlations into account.


The Generating Functions Method

Generating functions can be used to calculate different properties of random networks. Given the degree distribution and the excess degree distribution of some network, P(k) and q(k) respectively, it is possible to write two power series in the following forms: G_0(x) = \textstyle \sum_ \displaystyle P(k)x^k and G_1(x) = \textstyle \sum_ \displaystyle q(k)x^k = \textstyle \sum_ \displaystyle \fracP(k)x^ G_1(x) can also be obtained from derivatives of G_0(x) : G_1(x) = \frac If we know the generating function for a probability distribution P(k) then we can recover the values of P(k) by differentiating: P(k) = \frac \biggl \vert _ Some properties, e.g. the moments, can be easily calculated from G_0(x) and its derivatives: * = G'_0(1) * = G''_0(1) + G'_0(1) And in general: * = \Biggl _0(x)\Biggl For Poisson-distributed random networks, such as the ER graph, G_1(x) = G_0(x) , that is the reason why the theory of random networks of this type is especially simple. The probability distributions for the 1st and 2nd-nearest neighbors are generated by the functions G_0(x) and G_0(G_1(x)) . By extension, the distribution of m -th neighbors is generated by: G_0\bigl(G_1(...G_1(x)...)\bigr) , with m-1 iterations of the function G_1 acting on itself. The average number of 1st neighbors, c_1 , is = , _ and the average number of 2nd neighbors is: c_2 = \biggl G_0\big(G_1(x)\big)\biggl = G_1'(1)G'_0\big(G_1(1)\big) = G_1'(1)G'_0(1) = G''_0(1)


Degree distribution for directed networks

In a directed network, each node has some in-degree k_ and some out-degree k_ which are the number of links which have run into and out of that node respectfully. If P(k_, k_) is the probability that a randomly chosen node has in-degree k_ and out-degree k_ then the generating function assigned to this
joint probability distribution Given two random variables that are defined on the same probability space, the joint probability distribution is the corresponding probability distribution on all possible pairs of outputs. The joint distribution can just as well be considered ...
can be written with two valuables x and y as: \mathcal(x,y) = \sum_ \displaystyle P()x^y^ . Since every link in a directed network must leave some node and enter another, the net average number of links entering a node is zero. Therefore, \langle\rangle =\sum_ \displaystyle (k_-k_)P() = 0 , which implies that, the generation function must satisfy: \vert _ = \vert _ = c, where c is the mean degree (both in and out) of the nodes in the network; \langle\rangle = \langle\rangle = c. Using the function \mathcal(x,y) , we can again find the generation function for the in/out-degree distribution and in/out-excess degree distribution, as before. G^_0(x) can be defined as generating functions for the number of arriving links at a randomly chosen node, and G^_1(x) can be defined as the number of arriving links at a node reached by following a randomly chosen link. We can also define generating functions G^_0(y) and G^_1(y) for the number leaving such a node: * G^_0(x) = \mathcal(x,1) * G^_1(x) = \frac \vert _ * G^_0(y) = \mathcal(1,y) * G^_1(y) = \frac \vert _ Here, the average number of 1st neighbors, c , or as previously introduced as c_1 , is \biggl \vert _ = \biggl \vert _ and the average number of 2nd neighbors reachable from a randomly chosen node is given by: c_2 = G_1'(1)G'_0(1) =\biggl \vert _ . These are also the numbers of 1st and 2nd neighbors from which a random node can be reached, since these equations are manifestly symmetric in x and y .


Degree distribution for signed networks

In a signed network, each node has a positive-degree k_ and a negative degree k_ which are the positive number of links and negative number of links connected to that node respectfully. So P(k_) and P(k_) denote negative degree distribution and positive degree distribution of the signed network.


See also

* Graph theory * Complex network * Scale-free network * Random graph * Structural cut-off


References

* * * {{cite journal , last=Newman , first=M. E. J. , title=The structure and function of complex networks , journal=SIAM Review , volume=45 , pages=167–256 , year=2003 , doi=10.1137/S003614450342480 , issue=2 , arxiv=cond-mat/0303516 , bibcode=2003SIAMR..45..167N Graph theory Graph invariants Network theory